From: Po Lu Date: Sun, 10 Mar 2024 02:37:14 +0000 (+0800) Subject: ; * java/org/gnu/emacs/EmacsPreferencesActivity.java: Fix commentary. X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~14^2~18^2~2304 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=18b6289adfd15029fbaf4a259c44f8df10b9d702;p=emacs.git ; * java/org/gnu/emacs/EmacsPreferencesActivity.java: Fix commentary. --- diff --git a/java/org/gnu/emacs/EmacsPreferencesActivity.java b/java/org/gnu/emacs/EmacsPreferencesActivity.java index 330adbea223..766e2e11d46 100644 --- a/java/org/gnu/emacs/EmacsPreferencesActivity.java +++ b/java/org/gnu/emacs/EmacsPreferencesActivity.java @@ -38,8 +38,9 @@ import android.preference.*; option, which would not be possible otherwise, as there is no command line on Android. - Android provides a preferences activity, but it is deprecated. - Unfortunately, there is no alternative that looks the same way. */ + This file extends a deprecated preferences activity, but no suitable + alternative exists that is identical in appearance to system settings + forms. */ @SuppressWarnings ("deprecation") public class EmacsPreferencesActivity extends PreferenceActivity